home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
10868
/
10868.xpi
/
chrome
/
sync.jar
/
content
/
load-weave.js
< prev
next >
Wrap
Text File
|
2010-02-02
|
419b
|
13 lines
// = load-weave =
// These are the only ones we *really* need in this file.
// We import them into the global namespace because the symbols they export
// are carefully named to minimize the risk of conflicts.
// Lazily load the service (and all its files) only when it's needed
__defineGetter__("Weave", function() {
delete this.Weave;
Components.utils.import("resource://weave/service.js");
return Weave;
});